<script>on mouseUpget the number of cards in this stackput it into AllCardsget the number of this cardif it<AllCards thengo card it+1elsego card "Index"end ifend mouseUp</script>
</part>
<part>
<id>6</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>441</left>
<top>121</top>
<right>487</right>
<bottom>162</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>350</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Print Stack</name>
<script>on mouseUpanswer "Print?" with "Stack" or "Category" or "Cancel"if it="Stack" thendoMenu "Print Stack..."else if it="Category" thenask "Print which category of food?"put it into FoodTypeset cursor to busyset lockscreen to trueif FoodType≠"" thenget the number of this cardput it into OrigCardput OrigCard into CurrentCardput OrigCard into PrevCardput false into Doneput 0 into RecipesPrintedput 0 into RecipesFoundrepeat until Donego card CurrentCard+1find FoodTypeget the number of this cardput it into CurrentCardif CurrentCard<=PrevCard thengo card OrigCardset lockscreen to falseset cursor to pointerput true into Doneelseput RecipesFound+1 into RecipesFoundset lockscreen to falseset cursor to pointeranswer "Print this recipe?" with "Print" or "Next"if it="Print" thendoMenu "Print Card"put RecipesPrinted+1 into RecipesPrintedend ifset cursor to busyset lockscreen to trueend ifend repeatanswer RecipesPrinted&" of "&RecipesFound&" recipes printed." with "OK"end ifend ifend mouseUp</script>
</part>
<part>
<id>7</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>442</left>
<top>164</top>
<right>484</right>
<bottom>208</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>500</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Sort</name>
<script>on mouseUpsort by field "Title"end mouseUp</script>
<script>on mouseUpget the number of this cardput it into OrigCardget the number of cards in this stackput it into AllCardsrepeat with ViewCard = OrigCard+1 to AllCardsgo card ViewCardrepeat until the mouseClickend repeatend repeatgo card OrigCardend mouseUp</script>
</part>
<part>
<id>12</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>463</left>
<top>14</top>
<right>503</right>
<bottom>53</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>28654</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Find Recipes</name>
<script>on mouseUpglobal Objectask "Find what?"if it≠"" thenput it into ObjectFindObjectend ifend mouseUp</script>